removeVersionLinkByName

Remove a link from a version

Format

udclient [global-args...] [global-flags...]
  removeVersionLinkByName [JSON file]

Parameters

None.

Template

This command takes a JSON request string or file. Use the following template for the request:
{
  "component": "Name or ID of the component; this value is 
  required if you specify the version name instead of ID",
  "name": "Name of the link",
  "version": "Name or ID of the version"
}

Related REST command: Remove a link from a version.